Welcome![Sign In][Sign Up]
Location:
Search - tsp GA

Search list

[AI-NN-PRtspwt

Description: 自己根据其他例子改编的MATLAB的GA工具箱实现TSP的程序-According to other examples of his own adaptation of the GA Toolbox MATLAB realization of TSP procedures
Platform: | Size: 3072 | Author: 朱京红 | Hits:

[AI-NN-PRga-tsp

Description: 遗传算法解中国旅行商问题,里面有45个城市,用遗传算法算出近似最优解-Genetic Algorithm for Traveling Salesman Problem in China, there are 45 cities, using genetic algorithms calculate the approximate optimal solution
Platform: | Size: 520192 | Author: lsk | Hits:

[AI-NN-PRGAforTSP

Description: 遗传算法求解TSP问题,采用轮盘赌选择方法,部分匹配交叉算子,交换变异设计.-Genetic Algorithm for TSP problem, using roulette wheel selection method, partially matched crossover operator and exchange mutation design.
Platform: | Size: 5120 | Author: 底欣 | Hits:

[AI-NN-PRGA

Description: 在matlab 环境下用遗传算法求解TSP问题。包含源代码和说明文档-In the matlab environment using genetic algorithm TSP problem. Contains the source code and documentation
Platform: | Size: 585728 | Author: 郝浩然 | Hits:

[AI-NN-PRGA(tsp)

Description: 遗传算法是一类借鉴生物界自然选择和自然遗传机制的 随机化搜索算法。 它是模拟达尔文的遗传选择和自然淘汰的生 物进化过程的计算模型。-Genetic Algorithm is a kind of drawing on biological natural selection and natural genetic mechanism of the random search algorithm. It is a simulation of Darwinian natural selection to genetic selection and biological evolution of the computing model.
Platform: | Size: 323584 | Author: 杨瑞 | Hits:

[OtherTSP

Description: 基于遗传算法的TSP的MATLAB源代码-THE SOLVE OF THE TSP BY GA
Platform: | Size: 7168 | Author: liujingai | Hits:

[AI-NN-PRtsp

Description: 该程序是蚁群算法和遗传算法的混合算法的C语言程序在求解TSP问题时的应用,可以进行扩展到其他问题的两种算法应用-The program is ant colony algorithm and genetic algorithm hybrid algorithm in the C language program to solve the issue of the application of TSP, can be extended to other applications of the two algorithms
Platform: | Size: 88064 | Author: chenjing | Hits:

[AI-NN-PRAHybidGeneticAgorithmtoSolveTSPandMTSP

Description: 求解TSP和MTSP的混合遗传算法_英文_-Abstract:M any app licat ions are invo lved w ith mult ip le salesmen each of w hom visits a subgroup cit ies and returns the same start ing city. The to tal length of all subtours is required to be m ini2 mum. Th is is calledM ult ip le T raveling Salesmen P roblem (M TSP). There are various heurist ic methods to obtain op t imal o r near2op t imal so lut ions fo r the TSP p roblem. But to the M ult ip le T raveling Salesmen P roblem , there are no t much app roaches to so lveM TSP. In th is paper, a hy2 brid genet ic algo rithm to so lve TSP and M TSP is p resented. Th is algo rithm combines GA and heurist ics. N umerical experiments show that the new algo rithm is very efficient and effect ive. Key words: TSP op t im izat ion genet ic algo rithm 2op t
Platform: | Size: 217088 | Author: Notics | Hits:

[Data structsGA4TSP

Description: GA for TSP, it is a java applet code for Genetic algorithm-GA for TSP, it is a java applet code for Genetic algorithm
Platform: | Size: 11264 | Author: mo | Hits:

[AI-NN-PRteachtsp

Description: a java program to solve tsp using ga
Platform: | Size: 325632 | Author: mostafa | Hits:

[Othertsp_genetic

Description: Another TSP GA for Maltab
Platform: | Size: 3072 | Author: aven | Hits:

[AI-NN-PRGA_TSP

Description: Another TSP GA for Maltab
Platform: | Size: 3072 | Author: aven | Hits:

[AI-NN-PRmtsp_ga

Description: MTSP_GA Multiple Traveling Salesmen Problem (M-TSP) Genetic Algorithm (GA) Finds a (near) optimal solution to the M-TSP by setting up a GA to search for the shortest route (least distance needed for the salesmen to travel to each city exactly once and return to their starting locations)
Platform: | Size: 4096 | Author: gao | Hits:

[AI-NN-PRtsp_ga

Description: SP_GA Traveling Salesman Problem (TSP) Genetic Algorithm (GA) Finds a (near) optimal solution to the TSP by setting up a GA to search for the shortest route (least distance for the salesman to travel to each city exactly once and return to the starting city) -SP_GA Traveling Salesman Problem (TSP) Genetic Algorithm (GA) Finds a (near) optimal solution to the TSP by setting up a GA to search for the shortest route (least distance for the salesman to travel to each city exactly once and return to the starting city)
Platform: | Size: 3072 | Author: gao | Hits:

[DocumentsTSPwithMPI

Description: TSP using GA in Matlab
Platform: | Size: 173056 | Author: Elma | Hits:

[Mathimatics-Numerical algorithmsgaTSP

Description: 遗传算法求解tsp问题,采用遗传算法,比其他的算法更容易解决tsp- GA to solve the tsp problem
Platform: | Size: 274432 | Author: dasd | Hits:

[JSP/JavaGa

Description: GA_Traffic The Traveling Salesman Problem (TSP) is maybe the archetypical problem in combinatorial optimization. This problem and its generalizations, vehicle routing problems, have been studied for more than thirty years two entire monographs are devoted to the subject [34, 26]. Since the TSP is NP-hard, polynomial-time approximation algorithms are usually studied. However, usually the approaches to the study of vehicle routing problems adopt an offline point of view: the input is entirely known beforehand. In many applications, this is actually not the case since the instance becomes known in an online fashion, time after time. Even determining when the instance is completely given could be impossible. The need for an online model then arises naturally.-GA_Traffic The Traveling Salesman Problem (TSP) is maybe the archetypical problem in combinatorial optimization. This problem and its generalizations, vehicle routing problems, have been studied for more than thirty years two entire monographs are devoted to the subject [34, 26]. Since the TSP is NP-hard, polynomial-time approximation algorithms are usually studied. However, usually the approaches to the study of vehicle routing problems adopt an offline point of view: the input is entirely known beforehand. In many applications, this is actually not the case since the instance becomes known in an online fashion, time after time. Even determining when the instance is completely given could be impossible. The need for an online model then arises naturally.
Platform: | Size: 1024 | Author: gardenia_roses | Hits:

[Mathimatics-Numerical algorithmsGA-path

Description: delphi环境下开发的基于遗传算法的求解TSP问题-delphi development environment based on genetic algorithms for solving TSP problems
Platform: | Size: 1170432 | Author: 樊福剑 | Hits:

[matlabGA-TSP

Description: 在matlab环境下,用遗传算法实现解决TSP问题。应该可以运行。。既不清楚了-deal with TSP problem with GA
Platform: | Size: 7168 | Author: chenlan | Hits:

[matlabGA-TSP

Description: GA-TSP 运用遗传算法求解TSP问题,需要分开函数保存在运行。-GA-TSP the use of genetic algorithm to solve TSP problem and needs to separate the function is saved in the running.
Platform: | Size: 2048 | Author: 张三 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 19 »

CodeBus www.codebus.net